home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / tcsh / dist / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-21  |  331 b   |  15 lines

  1. /* $Header: /home/hyperion/mu/christos/src/sys/tcsh-6.01/RCS/patchlevel.h,v 3.23 1991/12/19 21:40:06 christos Exp $ */
  2. /*
  3.  * patchlevel.h: Our life story.
  4.  */
  5. #ifndef _h_patchlevel
  6. #define _h_patchlevel
  7.  
  8. #define ORIGIN "Cornell"
  9. #define REV 6
  10. #define VERS 1
  11. #define PATCHLEVEL 0
  12. #define DATE "12/19/91"
  13.  
  14. #endif /* _h_patchlevel */
  15.